gh-154007: Improve test coverage for the shlex module#154009
Conversation
8afc311 to
cf4df39
Compare
8fa77b3 to
9b33e5c
Compare
9b33e5c to
f8652d4
Compare
|
Thanks @caseneuve for the PR, and @tomasr8 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15. |
|
GH-154445 is a backport of this pull request to the 3.15 branch. |
|
Sorry, @caseneuve and @tomasr8, I could not cleanly backport this to |
|
GH-154446 is a backport of this pull request to the 3.14 branch. |
|
@caseneuve Do you think you could take care of the 3.13 backport? Here's the documentation: https://devguide.python.org/getting-started/git-boot-camp/#branch-merge |
@tomasr8 Sure, will have a look. |
|
GH-154458 is a backport of this pull request to the 3.13 branch. |
Raises statement coverage of
Lib/shlex.pyfrom 67% to 91%.Intentionally left out:
_print_tokens: only reachable viapython -m shlex, not public APIbreak/continuebranches deep inread_token()Closes #154007.
shlexmodule #154007